Guided Practice 5.3: authors-of-expensive-books

Using a HOFe, write a function authors-of-expensive-books that takes a price and a list of books, and returns the list of all the authors of books whose prices are greater than the given price.

Use the following data definition of Book.

[ANSWER]


Last modified: Sat Oct 10 13:44:28 Eastern Daylight Time 2015